#popup_container {
	font-family:Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
 	display:block;
	background: #FFF;
	border: solid 2px #F60;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
 	width:100%;
  	display:block;
	font-size: 14px;
	font-family:"微软雅黑";
	text-align: center;
	height:27px; line-height:26px;
	color: #fff;
	background: #CCC url(../images/xtc_tit_bg_03.jpg) top repeat-x;
	/*border: solid 1px #FFF;
	border-bottom: solid 1px #777;*/
	cursor: default;
	margin: 0em;
}

#popup_content {
	background:none;
	padding: 1em 0 0 0;
	margin: 0em;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.confirm {
	background-image:none;
}

#popup_content.prompt {
	background-image:none;
}

#popup_message {
	text-align: center; line-height:24px; color:#666;
}

#popup_panel {
	text-align: center; background:#f1f1f1; padding:10px 0 0 0; height:30px;
	margin: 1em 0em 0em 0;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {
	background:url(/images/xtc_img_03.jpg) no-repeat; width:59px; text-align:center; height:21px; line-height:21px; color:#fffefe; font-family:"微软雅黑"; border:0; cursor:pointer;
}
#popup_cancel {
	background:url(/images/xtc_img_05.jpg) no-repeat; width:59px; text-align:center; height:21px; line-height:21px; color:#fffefe; font-family:"微软雅黑"; border:0; cursor:pointer;
}